home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / readers / mailx-5.004 < prev    next >
Text File  |  1996-11-17  |  2KB  |  69 lines

  1. mailx-5.5-kw 5/30/95
  2.  
  3.  
  4. WHAT'S IN THIS PATCH
  5.  
  6. There are a bunch of little features, common in System V and SunOS
  7. versions of mailx, that are missing from the NetBSD-based version
  8. distributed with Linux.  This patch attempts to fill in some of what's
  9. missing.
  10.  
  11. Changes from debian mailx-5.5 include:
  12.  
  13. 5/4/95:
  14.  
  15. -- interpret prompt variable
  16. -- interpret ~a and ~A tilde escapes
  17. -- updated tildehelp list
  18. -- changed mail.rc to ignore nothing (just my personal preference)
  19. -- accept From lines with times of the form hh:mm (formerly took only hh:mm:ss)
  20.  
  21. 5/7/95:
  22.  
  23. -- Save (S) command saves to mailbox named after author
  24. -- take startup commands from file named by environment variable MAILRC
  25.  
  26. 5/30/95:
  27.  
  28. -- -H switch for header summary only
  29.  
  30. Still to be done:
  31.  
  32. -- pipe ~p output through PAGER (see type1 in cmd1.c for an example)
  33. -- save (s) by default to MBOX (instead of "No file specified.")
  34. -- ~q should save to dead.letter, ~x is not known
  35. -- update man page
  36. -- allnet and showto ("showto" shows recipient instead of sender if sender
  37.    is current user)
  38.  
  39. Possibly difficult:
  40.  
  41. -- interpret editheaders variable as in SunOS version
  42.  
  43. Bugs:
  44.  
  45. -- ~a,~A tilde escapes leave an extra trailing blank on each line
  46. -- to conform to original style, I should really be using char *cp
  47.    instead of new variables sig and prompt to be looking up variables
  48. -- -H switch implementation is kind of gross.  grep for "hdronly" in
  49.    source files; much room for improvement!
  50.  
  51.  
  52. HOW TO INSTALL
  53.  
  54. Apply Sal Valente's debian patch first, so:
  55.  
  56.    tar xvfz mailx-5.5.tar.gz
  57.    cd mailx-5.5
  58.    zcat ../mailx-5.5.debian.diff.gz | patch -p1
  59.    zcat ../mailx-5.5-kw.diff.gz | patch -p1
  60.    make
  61.  
  62. Or you may wish to just uncompress the diff file and pick and choose
  63. the changes that you like.
  64.  
  65.  
  66. AUTHOR
  67.  
  68. Ken Whang  <Kenneth.C.Whang-1@umn.edu>
  69.